Status: Application is running on Azure
Issue: Database connection or migration needed
azd env get-values | Select-String "SQL"az sql server firewall-rule create --resource-group rg-stonewick-dev --server [SERVER_NAME] --name DevMachine --start-ip-address [YOUR_IP] --end-ip-address [YOUR_IP]src/Stonewick.Admin.Api/appsettings.Development.jsoncd src/Stonewick.Infrastructure; dotnet ef database update --startup-project ../Stonewick.Admin.Api